/* CSS Document */
	p.serif {
				font-family: "Times New Romman", Times, serif;
				}
	
		p.sansserif {
					font-family: Arial, Helvetica, sans-serif:
		}
	
		body {
    color: white;
	font-size:25px;
}
		p {
			font-size: 25px;
		}

a {
	text-decoration: none;
	color: white;
	border: solid 2px white;
	padding: 15px;
	font-size: 20px;
}
a href:hover {
		background-color: #333
		}
		
a.egg {
	color: white;
	text-decoration: none;
	border: none;
	padding: 1px;
	font-size: 23px;
}